home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #1
/
Amiga Plus CD - 1996 - No. 1.iso
/
pd
/
grafik
/
fu_v1.62
/
formulas
/
mandelburst158.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-05
|
298 b
|
35 lines
MandelBurst158
{
{
x1=-2.5
x2= 2.5
y1=-2.0
y2= 2.0
par1.r=1.0
par1.i=0.0
bailout=16.0
}
{
orea=real(pixel)
oima=imag(pixel)
c=pixel
z=pixel
}
{
z=z*z
z=z+c
zrea=real(z)
zima=imag(z)
x=zrea-orea
x=x*x
y=zima-oima
y=y*y
w=x+y
}
{
w>bailout
}
{
}
}